home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 8 / HYPERLIB-1993-VOL8-CD1.ISO.7z / HYPERLIB-1993-VOL8-CD1.ISO / Director demo / MacroMind Director 3.1.1 (SD) / MacroMind Director 3.1.1 (SD).rsrc / STR#_484.txt < prev    next >
Text File  |  1993-04-29  |  295b  |  33 lines

  1. return {anyThing} 
  2.  
  3. repeat with {aVar} = startVal to endVal 
  4.  
  5. repeat while {test} 
  6.  
  7. on stopMovie
  8.  
  9. on stepMovie
  10.  
  11. on startMovie
  12.  
  13. on idle
  14.  
  15. on {aHandler} 
  16.  
  17. method {aName} 
  18.  
  19. menu: {menuName}
  20.  
  21. macro {aName} 
  22.  
  23. instance {variableList} 
  24.  
  25. if {test} then 
  26.  
  27. global {variableList} 
  28.  
  29. factory {aName} 
  30.  
  31. exit 
  32.  
  33.